home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / drivers / lmppd4.zip / WP1000.PPD < prev    next >
PostScript Printer Description  |  1994-05-10  |  15KB  |  415 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "WinPrint 1000 PS"
  4. *%
  5. *% Copyright 1993 LaserMaster Corporation
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% Edited by Donn Edwards, Reflex DTP Systems, May 10, 1994
  12. *% Date: 8 March, 1993
  13. *FormatVersion: "4.0"
  14. *FileVersion: "1.71"
  15. *LanguageVersion: English
  16. *PCFileName: "WP1000.PPD"
  17.  
  18.  
  19.  
  20.  
  21.  
  22. *Product: "(WinPrint 1000 PS)"
  23. *PSVersion: "(47.0) 1"
  24. *ModelName: "WinJet 1000"
  25. *NickName: "WinPrint 1000 PS"
  26.  
  27. *% ===Basic Capabilities ===============
  28. *AcceptsTrueType: True
  29. *TrueImageDevice: True
  30.  
  31. *ColorDevice: False
  32. *LanguageLevel: "1"
  33. *DefaultColorSpace: Gray
  34. *FreeVM: "1048576"
  35. *VariablePaperSize: False
  36. *FileSystem: False
  37. *?FileSystem: "
  38. save statusdict begin
  39.         (False) /diskstatus where{
  40.                 pop diskstatus exch pop 0 ne {pop (True)} if
  41.         }if = flush
  42. end restore"
  43. *End
  44. *Throughput: "4"
  45. *Password: "0"
  46. *ExitServer: "
  47.   count 0 eq {  % is the password on the stack?
  48.     true 
  49.   }{
  50.     dup % potential password
  51.     statusdict begin checkpassword end not
  52.   } ifelse 
  53.   {  %  if no password or not valid 
  54.     (WARNING : Cannot perform the exitserver command.) = 
  55.     (Password supplied is not valid.) = 
  56.     (Please contact the author of this software.) = flush
  57.     quit
  58.   } if 
  59.   serverdict begin exitserver
  60. "
  61. *End
  62.  
  63. *Reset: "
  64.   count 0 eq {  % is the password on the stack?
  65.     true 
  66.   }{
  67.     dup % potential password
  68.     statusdict begin checkpassword end not
  69.   } ifelse 
  70.   {  %  if no password or not valid 
  71.     (WARNING : Cannot reset printer.) = 
  72.     (Password supplied is not valid.) = 
  73.     (Please contact the author of this software.) = flush
  74.     quit
  75.   } if 
  76.   serverdict begin exitserver
  77.   systemdict /quit get exec
  78.   (WARNING : Printer Reset Failed.) = flush
  79. "
  80. *End
  81.  
  82. *OpenUI *Resolution/Choose Resolution: PickOne
  83. *OrderDependency: 10 AnySetup *Resolution
  84. *DefaultResolutionOption: 1000x400dpi
  85. *ResolutionOption 1000x400dpi/1000x400 dpi: "statusdict begin false proofmode end"
  86. *ResolutionOption 400dpi/400 dpi: "statusdict begin true proofmode end"
  87. *ResolutionOption 300dpi/300 dpi: "statusdict begin true proofmode end"
  88. *?Resolution: "
  89. save
  90.   initgraphics
  91.   0 0 moveto currentpoint matrix defaultmatrix transform
  92.   72 0 lineto currentpoint matrix defaultmatrix transform
  93.   3 -1 roll sub dup mul
  94.   3 1 roll exch sub dup mul
  95.   add sqrt round cvi
  96.   10 string cvs
  97.   (x)
  98.   0 0 moveto currentpoint matrix defaultmatrix transform
  99.   0 72 lineto currentpoint matrix defaultmatrix transform
  100.   3 -1 roll sub dup mul
  101.   3 1 roll exch sub dup mul
  102.   add sqrt round cvi
  103.   10 string cvs print print print (dpi) = flush
  104. restore"
  105. *End
  106. *CloseUI: *Resolution
  107.  
  108. *% Halftone Information ===============
  109. *ScreenFreq: "70.0"
  110. *ScreenAngle: "45.0"
  111. *DefaultScreenProc: Dot
  112. *ScreenProc Dot: "
  113. {dup mul exch dup mul add 1.0 exch sub }
  114. "
  115. *End
  116. *ScreenProc Line: "{ pop }"
  117. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  118.  
  119. *DefaultTransfer: Null
  120. *Transfer Null: "{ }"
  121. *Transfer Null.Inverse: "{ 1 exch sub }"
  122.  
  123. *% Paper Handling ===================
  124.  
  125. *% Use these entries to set paper size most of the time, unless there is
  126. *% specific reason to use PageRegion or PaperTray.
  127. *OpenUI *PageSize: PickOne
  128. *OrderDependency: 30 AnySetup *PageSize
  129. *DefaultPageSize: Letter
  130. *PageSize Letter: "letter"
  131. *PageSize Legal: "legal"
  132. *PageSize Statement: "statement"
  133. *PageSize Executive: "executivesize"
  134. *PageSize A4: "a4"
  135. *PageSize A5: "a5"
  136. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  137. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  138. *?PageSize: "statusdict begin pagetype = end"
  139. *CloseUI: *PageSize
  140.  
  141. *% These entries will set up the frame buffer. Usually used with manual feed.
  142. *OpenUI *PageRegion: PickOne
  143. *OrderDependency: 40 AnySetup *PageRegion
  144. *DefaultPageRegion: Letter
  145. *PageRegion Letter: "letter"
  146. *PageRegion Legal: "legal"
  147. *PageRegion Executive: "executivesize"
  148. *PageRegion A4: "a4"
  149. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  150. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  151. *CloseUI: PageRegion
  152.  
  153. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  154. *% These errors should be trapped by software and a message displayed
  155. *DefaultPaperTray: None
  156. *PaperTray Letter: ""
  157. *PaperTray Legal: ""
  158. *PagerTray Executive: ""
  159. *PaperTray A4: ""
  160. *PaperTray Envelope.297.684/C10 Envelope: ""
  161. *PaperTray Envelope.312.624/DL Envelope: ""
  162.  
  163. *% The following entries provide information about specific paper keywords.
  164. *DefaultImageableArea: Letter
  165. *ImageableArea Letter: "15 8 597 776 "
  166. *ImageableArea Legal: "15 8 597 1000 "
  167. *ImageableArea Statement: "15 8 388 597"
  168. *ImageableArea Executive: "18 17 505 740"
  169. *ImageableArea A4: "13 10 577 832 "
  170. *ImageableArea A5: "13 10 416 577"
  171. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  172. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  173. *?ImageableArea: "
  174.         save
  175.         newpath clippath pathbbox
  176.         4 -1 roll =
  177.         3 -1 roll =
  178.         exch = = flush
  179.         restore
  180. "
  181. *End
  182.  
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter
  185. *PaperDimension Letter: "612 792"
  186. *PaperDimension Legal: "612 1008"
  187. *PaperDimension Statement: "396 612"
  188. *PaperDimension Executive: "522 756"
  189. *PaperDimension A4: "595 842"
  190. *PaperDimension A5: "421 595"
  191. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  192. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  193.  
  194. *RequiresPageRegion All: True
  195. *DefaultOutputBin: OnlyOne
  196. *OpenUI *InputSlot: PickOne
  197. *OrderDependency: 20 AnySetup *InputSlot
  198. *DefaultInputSlot: AutoSelect
  199. *InputSlot LargeCapacity: "statusdict begin 1 setpapertray end"
  200. *InputSlot AutoSelect: "statusdict begin -2 setpapertray end"
  201. *CloseUI: *InputSlot
  202.  
  203. *OpenUI *ManualFeed: Boolean
  204. *OrderDependency: 20 AnySetup *ManualFeed
  205. *DefaultManualFeed: False
  206. *ManualFeed True: "statusdict begin /manualfeed true store end"
  207. *ManualFeed False: "statusdict begin /manualfeed false store end"
  208. *?ManualFeed: "statusdict begin /manualfeed get{(True)} {(False)} ifelse = flush end"
  209. *CloseUI: *ManualFeed
  210.  
  211. *DefaultOutputOrder: Normal
  212.  
  213. *DefaultCollator: None
  214. *DefaultSorter: None
  215. *DefaultDuplex: None
  216.  
  217. *% Font Information =====================
  218.  
  219. *DefaultFont: Courier
  220. *Font AvantGarde-Book: Standard "(001.003)"
  221. *Font AvantGarde-BookOblique: Standard "(001.003)"
  222. *Font AvantGarde-Demi: Standard "(001.003)"
  223. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  224. *Font Bookman-Demi: Standard "(001.003)"
  225. *Font Bookman-DemiItalic: Standard "(001.003)"
  226. *Font Bookman-Light: Standard "(001.003)"
  227. *Font Bookman-LightItalic: Standard "(001.003)"
  228. *Font Courier-BoldOblique: Standard "(001.003)"
  229. *Font Courier: Standard "(001.003)"
  230. *Font Courier-Bold: Standard "(001.003)"
  231. *Font Courier-Oblique: Standard "(001.003)"
  232. *Font Helvetica-BoldOblique: Standard "(001.003)"
  233. *Font Helvetica: Standard "(001.003)"
  234. *Font Helvetica-Bold: Standard "(001.003)"
  235. *Font Helvetica-Narrow: Standard "(001.003)"
  236. *Font Helvetica-Oblique: Standard "(001.003)"
  237. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  238. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  239. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  240. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  241. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  242. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  243. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  244. *Font Palatino-Bold: Standard "(001.003)"
  245. *Font Palatino-Italic: Standard "(001.003)"
  246. *Font Palatino-Roman: Standard "(001.003)"
  247. *Font Palatino-BoldItalic: Standard "(001.003)"
  248. *Font Symbol: Special "(001.003)"
  249. *Font Times-BoldItalic: Standard "(001.003)"
  250. *Font Times-Bold: Standard "(001.003)"
  251. *Font Times-Italic: Standard "(001.003)"
  252. *Font Times-Roman: Standard "(001.003)"
  253. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  254. *Font ZapfDingbats: Standard "(001.003)"
  255. *?FontQuery: "
  256. save  4 dict begin /sv exch def
  257. /str (fonts/                              ) def
  258. /st2 128 string def
  259. {
  260.   count 0 gt {
  261.     dup st2 cvs (/) print print (:) print
  262.     dup FontDirectory exch known {pop (Yes)}{
  263.      str exch st2 cvs dup length /len exch def
  264.      6 exch putinterval str 0 len 6 add getinterval mark exch
  265.      { } st2 filenameforall counttomark 0 gt {
  266.       cleartomark (Yes)}{cleartomark (No)}ifelse
  267.     }ifelse = flush
  268.   }{ exit } ifelse
  269. } bind loop 
  270. (*) = flush
  271. sv end restore
  272. "
  273. *End
  274.  
  275. *?FontList: "
  276. save  2 dict begin /sv exch def
  277. /str 128 string def
  278. FontDirectory { pop == } bind forall flush 
  279. /filenameforall where { 
  280.  pop save (fonts/*) { 
  281.   dup length 6 sub 6 exch getinterval cvn ==  
  282.  } bind str filenameforall flush restore
  283. } if 
  284. (*) = flush
  285. sv end restore
  286. "
  287. *End
  288.  
  289. *% Printer Messages (verbatim from printer):
  290. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  291. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  292. *Message: "\FontName\ not found, using Courier"
  293.  
  294. *% Status (format: %%[ status: <one of these> ]%% )
  295. *Status: "idle"
  296. *Status: "busy"
  297. *Status: "waiting"
  298. *Status: "printing"
  299. *Status: "warming up"
  300. *Status: "PrinterError: timeout, clearing printer"
  301. *Status: "PrinterError: warming up"
  302. *Status: "PrinterError: service call"
  303. *Status: "PrinterError: paper entry misfeed"
  304. *Status: "PrinterError: no toner cartridge"
  305. *Status: "PrinterError: paper entry misfeed"
  306.  
  307. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  308. *Source: "parallel"
  309.  
  310. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  311. *PrinterError: "timeout, clearing printer"
  312. *PrinterError: "warming up"
  313. *PrinterError: "service call"
  314. *PrinterError: "paper entry misfeed"
  315. *PrinterError: "no toner cartridge"
  316. *PrinterError: "paper entry misfeed"
  317.  
  318. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  319.  
  320. *% Color Separation Information =====================
  321.  
  322. *DefaultColorSep: ProcessBlack.70lpi.1000dpi/70 lpi / 1000 dpi
  323.  
  324. *InkName: ProcessBlack/Process Black
  325. *InkName: CustomColor/Custom Color
  326. *InkName: ProcessCyan/Process Cyan
  327. *InkName: ProcessMagenta/Process Magenta
  328. *InkName: ProcessYellow/Process Yellow
  329.  
  330. *% For 60 lpi / 300 dpi =====================================================
  331.  
  332. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  333. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  334. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  335. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  336. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343.  
  344. *% For 53 lpi / 300 dpi =====================================================
  345.  
  346. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  347. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  348. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  349. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  350. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  351.  
  352. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  353. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  354. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  355. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  356. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  357.  
  358. *% For 141 lpi / 1000 dpi =====================================================
  359.  
  360. *ColorSepScreenAngle ProcessBlack.141lpi.1000dpi/141 lpi / 1000 dpi: "45"
  361. *ColorSepScreenAngle CustomColor.141lpi.1000dpi/141 lpi / 1000 dpi: "45"
  362. *ColorSepScreenAngle ProcessCyan.141lpi.1000dpi/141 lpi / 1000 dpi: "15"
  363. *ColorSepScreenAngle ProcessMagenta.141lpi.1000dpi/141 lpi / 1000 dpi: "75"
  364. *ColorSepScreenAngle ProcessYellow.141lpi.1000dpi/141 lpi / 1000 dpi: "0"
  365.  
  366. *ColorSepScreenFreq ProcessBlack.141lpi.1000dpi/141 lpi / 1000 dpi: "141"
  367. *ColorSepScreenFreq CustomColor.141lpi.1000dpi/141 lpi / 1000 dpi: "141"
  368. *ColorSepScreenFreq ProcessCyan.141lpi.1000dpi/141 lpi / 1000 dpi: "141"
  369. *ColorSepScreenFreq ProcessMagenta.141lpi.1000dpi/141 lpi / 1000 dpi: "141"
  370. *ColorSepScreenFreq ProcessYellow.141lpi.1000dpi/141 lpi / 1000 dpi: "141"
  371.  
  372. *% For 100 lpi / 1000 dpi =====================================================
  373.  
  374. *ColorSepScreenAngle ProcessBlack.100lpi.1000dpi/100 lpi / 1000 dpi: "45"
  375. *ColorSepScreenAngle CustomColor.100lpi.1000dpi/100 lpi / 1000 dpi: "45"
  376. *ColorSepScreenAngle ProcessCyan.100lpi.1000dpi/100 lpi / 1000 dpi: "15"
  377. *ColorSepScreenAngle ProcessMagenta.100lpi.1000dpi/100 lpi / 1000 dpi: "75"
  378. *ColorSepScreenAngle ProcessYellow.100lpi.1000dpi/100 lpi / 1000 dpi: "0"
  379.  
  380. *ColorSepScreenFreq ProcessBlack.100lpi.1000dpi/100 lpi / 1000 dpi: "100"
  381. *ColorSepScreenFreq CustomColor.100lpi.1000dpi/100 lpi / 1000 dpi: "100"
  382. *ColorSepScreenFreq ProcessCyan.100lpi.1000dpi/100 lpi / 1000 dpi: "100"
  383. *ColorSepScreenFreq ProcessMagenta.100lpi.1000dpi/100 lpi / 1000 dpi: "100"
  384. *ColorSepScreenFreq ProcessYellow.100lpi.1000dpi/100 lpi / 1000 dpi: "100"
  385.  
  386. *% For 70 lpi / 1000 dpi =====================================================
  387.  
  388. *ColorSepScreenAngle ProcessBlack.70lpi.1000dpi/70 lpi / 1000 dpi: "45"
  389. *ColorSepScreenAngle CustomColor.70lpi.1000dpi/70 lpi / 1000 dpi: "45"
  390. *ColorSepScreenAngle ProcessCyan.70lpi.1000dpi/70 lpi / 1000 dpi: "15"
  391. *ColorSepScreenAngle ProcessMagenta.70lpi.1000dpi/70 lpi / 1000 dpi: "75"
  392. *ColorSepScreenAngle ProcessYellow.70lpi.1000dpi/70 lpi / 1000 dpi: "0"
  393.  
  394. *ColorSepScreenFreq ProcessBlack.70lpi.1000dpi/70 lpi / 1000 dpi: "70"
  395. *ColorSepScreenFreq CustomColor.70lpi.1000dpi/70 lpi / 1000 dpi: "70"
  396. *ColorSepScreenFreq ProcessCyan.70lpi.1000dpi/70 lpi / 1000 dpi: "70"
  397. *ColorSepScreenFreq ProcessMagenta.70lpi.1000dpi/70 lpi / 1000 dpi: "70"
  398. *ColorSepScreenFreq ProcessYellow.70lpi.1000dpi/70 lpi / 1000 dpi: "70"
  399.  
  400. *% For 60 lpi / 1000 dpi =====================================================
  401.  
  402. *ColorSepScreenAngle ProcessBlack.60lpi.1000dpi/60 lpi / 1000 dpi: "45"
  403. *ColorSepScreenAngle CustomColor.60lpi.1000dpi/60 lpi / 1000 dpi: "45"
  404. *ColorSepScreenAngle ProcessCyan.60lpi.1000dpi/60 lpi / 1000 dpi: "15"
  405. *ColorSepScreenAngle ProcessMagenta.60lpi.1000dpi/60 lpi / 1000 dpi: "75"
  406. *ColorSepScreenAngle ProcessYellow.60lpi.1000dpi/60 lpi / 1000 dpi: "0"
  407.  
  408. *ColorSepScreenFreq ProcessBlack.60lpi.1000dpi/60 lpi / 1000 dpi: "60"
  409. *ColorSepScreenFreq CustomColor.60lpi.1000dpi/60 lpi / 1000 dpi: "60"
  410. *ColorSepScreenFreq ProcessCyan.60lpi.1000dpi/60 lpi / 1000 dpi: "60"
  411. *ColorSepScreenFreq ProcessMagenta.60lpi.1000dpi/60 lpi / 1000 dpi: "60"
  412. *ColorSepScreenFreq ProcessYellow.60lpi.1000dpi/60 lpi / 1000 dpi: "60"
  413.  
  414. *% end of PPD file for WinPrint 1000 PS - Windows 3.1 version */
  415. *%